home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 5
/
Amiga Tools 5.iso
/
tools
/
dfÜ
/
tc
/
rexx
/
stop.mrx
< prev
next >
Wrap
Text File
|
1996-01-07
|
174b
|
15 lines
/*
**
** use this to start counting
**
*/
options results
IF (SHOW('P',TIMECONNECT.1) ~=0) then
DO
address 'TIMECONNECT.1'
'stop'
'iconify FALSE'
'show_status'
END